Package com.cisco.pt.ipc.sim.impl
Class BootSystemEntryImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.BootSystemEntryImpl
- All Implemented Interfaces:
IPCData,BootSystemEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(EncodedBuffer buffer) Reads this object from an EncodedBuffer of raw datavoidsetFileName(String fileName) voidsetProtocol(String protocol) voidsetServerIp(String serverIp) Methods inherited from class com.cisco.pt.ipc.impl.IPCDataImpl
checkType, pduReadBoolean, pduReadByte, pduReadDouble, pduReadFloat, pduReadInt, pduReadIPAddress, pduReadIPCData, pduReadIPV6Address, pduReadLong, pduReadMACAddress, pduReadPair, pduReadQString, pduReadShort, pduReadString, pduReadUUID, pduReadVector, readBoolean, readByte, readDouble, readFloat, readInt, readIPAddress, readIPCData, readIPV6Address, readLong, readMACAddress, readPair, readQString, readShort, readString, readUUID, readVector
-
Field Details
-
fileName
-
serverIp
-
protocol
-
-
Constructor Details
-
BootSystemEntryImpl
public BootSystemEntryImpl()
-
-
Method Details
-
getFileName
- Specified by:
getFileNamein interfaceBootSystemEntry- Returns:
- String Returns a String
-
setFileName
- Specified by:
setFileNamein interfaceBootSystemEntry- Parameters:
fileName- Takes in a parameter of fileName
-
getServerIp
- Specified by:
getServerIpin interfaceBootSystemEntry- Returns:
- String Returns a String
-
setServerIp
- Specified by:
setServerIpin interfaceBootSystemEntry- Parameters:
serverIp- Takes in a parameter of serverIp
-
getProtocol
- Specified by:
getProtocolin interfaceBootSystemEntry- Returns:
- String Returns a String
-
setProtocol
- Specified by:
setProtocolin interfaceBootSystemEntry- Parameters:
protocol- Takes in a parameter of protocol
-
read
Reads this object from an EncodedBuffer of raw data- Specified by:
readin interfaceIPCData- Specified by:
readin classIPCDataImpl- Parameters:
buffer- The EncodedBuffer that contains the raw data from which to construct this object
-